home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / CodeWarrior Lite / Metrowerks C⁄C++ Lite / Headers / System Extras Headers / XTND Headers / XTNDPictTranslator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-10  |  1.5 KB  |  60 lines  |  [TEXT/MMCC]

  1. /*
  2.     File:        XTNDPictTranslator.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef __XTNDPICTTRANSLATOR__
  13. #define __XTNDPICTTRANSLATOR__
  14.  
  15. #include "XTNDInterface.h"
  16. /*    #include <Types.h>                                            */
  17. /*        #include <ConditionalMacros.h>                            */
  18. /*        #include <MixedMode.h>                                    */
  19. /*            #include <Traps.h>                                    */
  20. /*    #include <StandardFile.h>                                    */
  21. /*        #include <Dialogs.h>                                    */
  22. /*            #include <Windows.h>                                */
  23. /*                #include <Quickdraw.h>                            */
  24. /*                    #include <QuickdrawText.h>                    */
  25. /*                        #include <IntlResources.h>                */
  26. /*                #include <Events.h>                                */
  27. /*                    #include <OSUtils.h>                        */
  28. /*                #include <Controls.h>                            */
  29. /*                    #include <Menus.h>                            */
  30. /*            #include <TextEdit.h>                                */
  31. /*        #include <Files.h>                                        */
  32. /*            #include <SegLoad.h>                                */
  33. #define importGetPict 1
  34.  
  35. #define importGetEPSF 2
  36.  
  37. #if defined(powerc) || defined (__powerc)
  38. #pragma options align=mac68k
  39. #endif
  40. struct PictImportParmBlk {
  41.     OSErr                        result;
  42.     short                        dataRefNum;
  43.     short                        resRefNum;
  44.     PicHandle                    thePicture;
  45.     short                        directive;
  46.     Handle                        dataHandle;
  47.     SFReply                        theReply;
  48.     TransDescribe                thisTranslator;
  49. };
  50. #if defined(powerc) || defined(__powerc)
  51. #pragma options align=reset
  52. #endif
  53.  
  54. typedef struct PictImportParmBlk PictImportParmBlk;
  55.  
  56. typedef PictImportParmBlk *PictImportParmBlkPtr;
  57.  
  58. #endif
  59.  
  60.